/* Stili sito testi*/
body {
	background-color: #efefef;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

a:active {  font-family: tahoma; font-size: 12px; font-style: normal; text-decoration: none; color: #000000;}
a:link {  font-family: tahoma; font-size: 12px; font-style: normal; text-decoration: none; color: #000000;}
a:visited {  font-family: tahoma; font-size: 12px; font-style: normal; text-decoration: none; color: #000000;}
a:hover {  font-family: tahoma; font-size: 12px; font-style: normal; text-decoration: none; color: #EA0000;}

.Tabella_Laterale {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.Tabella_Laterale2 {
	border-top: 1px solid #000000;
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
}


